ByteNINumericByteNBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteN INumeric<ByteN>.BitwiseComplement()
Private Function BitwiseComplement As ByteN
Implements INumeric(Of ByteN).BitwiseComplement
private:
virtual ByteN BitwiseComplement() sealed = INumeric<ByteN>::BitwiseComplement
private abstract BitwiseComplement : unit -> ByteN
private override BitwiseComplement : unit -> ByteN
ByteNA bitwise complement of the current value.
INumericTSelfBitwiseComplement